home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 51 / Amiga Format CD51 (2000-03-10)(Future Publishing)(GB)[!][issue 2000-04].iso / -serious- / programming / e / powerd / readme.first.txt < prev    next >
Text File  |  2000-01-27  |  1KB  |  35 lines

  1.  
  2. 1)
  3.   At first, try my page: http://lide.pruvodce.cz/kuchinka, there will be
  4.   allways the newest version of powerd.
  5.  
  6. 2)
  7.   As You can see, I included some modules also in binary format, not all.
  8.   Why? I just have not enough time to test them all. If You find module
  9.   which can't be compiled, please reffer to me, but first try to remove
  10.   all unused modules! It means, that if an OBJECT contain only a PTR TO
  11.   an OBJECT from other module, it might be left, only needed modules are
  12.   modules which contains OBJECTs which are used as arrays:
  13.  
  14.   MODULE 'intuition/intuition',
  15.          'intuition/screens'    // this module can be removed
  16.  
  17.   OBJECT struct
  18.     scr:PTR TO Screen,          // this is only a pointer
  19.     win:Window                  // this is the array
  20.  
  21.   I hope it is clear, if no, email me!
  22.  
  23.   This sometimes causes 'uncompilation' of a module.
  24.  
  25.  
  26.     WARNING!!!
  27.  
  28.   If some problems occurs with binary modules, just delete them, if the
  29.   binary module doesn't exists, DC will read the ascii one.
  30.  
  31.  
  32. Every one's everything is welcomed!!!
  33.  
  34. Bye, MarK
  35.